home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 18
/
CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso
/
CUCD
/
Magazine
/
PicManager
/
Rexx1
/
ImageEngineer_EXPORT.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1995-10-26
|
547b
|
23 lines
/*
** EXPORTS A PICTURE FROM PictureManager into ImageEngineer 2.1
**
** (c) 1995 J. Schaefer - ALL RIGHTS RESERVED
**
**
**
** NOTE: If you write your own AREXX-script to export pictures from
** Picture Manager Professional to any programs,
** change the path and filename of the file to process
** to PicManFile (see below, CASE SENSITIVE!!!)
**
** Read the PictureManager manual for more information
**
*/
ADDRESS 'IMAGEENGINEER'
IE_TO_FRONT
IECommand = "OPEN "|| PicManFile
address 'IMAGEENGINEER' IECommand
EXIT